home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / dm13.dxr / 00498_F OFF.ls < prev    next >
Encoding:
Text File  |  1995-09-05  |  548 b   |  21 lines

  1. on mouseUp
  2.   global LOCATION, DIRECTION, movie, HALL, move, CLIP, START, stop, WALK, OK, CHARACTER, T1, T2, T3, CHOICE1, CHOICE2, CHOICE3, Q
  3.   puppetSound(0)
  4.   set the visible of sprite 7 to 1
  5.   if DIRECTION = 1 then
  6.     set WALK to 1
  7.     set LOCATION to 1
  8.     set START to 1476 + 12
  9.     set stop to 1596 + 12
  10.     set the castNum of sprite 2 to 497
  11.   else
  12.     if DIRECTION = 3 then
  13.       set WALK to 1
  14.       set LOCATION to 3
  15.       set START to 2094 + 12
  16.       set stop to 2154 + 12
  17.       set the castNum of sprite 2 to 499
  18.     end if
  19.   end if
  20. end
  21.